Apple II
Sample Code Notes
_____________________________________________________________________________
                                                  Developer Technical Support

#6:    DLog

Version:    3.0                                                     June 1990

APW Components:    DLog1.asm
                   StandardLib.asm
                   Full.Build
                   Build
                   Build.Macros 

MPW Components:    DLog1.Aii
                   StandardLib.Aii
                   MakeFile

DLog1 generates and updates two dialog boxes--one modal and the other modeless.  
The modal dialog box example contains fully supported buttons, radio buttons, 
a check box, and a line edit box, while the modeless dialog box example 
supports line editing, buttons, and a close box.
_____________________________________________________________________________

The 65816 assembly language source code in DLog1.asm (or .Aii) and its library 
files can be used to learn how to create and update both kinds of dialog 
boxes.  The dialog box source code also can be ported to other applications.

APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
Build.Macros allow you to perform complete or partial rebuilds of the load 
file DLog1.

MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
found in the MakeFile.
